Fix for people using name mangling
authorElliot Lee <sopwith@src.gnome.org>
Tue, 9 Jun 1998 20:16:12 +0000 (20:16 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Tue, 9 Jun 1998 20:16:12 +0000 (20:16 +0000)
glib/glib-config.in

index 195aedd9d2913bad165de21fd7d1e3b7f5fc19b8..ad92c6f13aeaa354b9376270eac9acda5701e743 100644 (file)
@@ -42,10 +42,10 @@ while test $# -gt 0; do
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      echo -I@libdir@/glib/include $includes @x_cflags@
+      echo -I@libdir@/glib/include $includes
       ;;
     --libs)
-      echo -L@libdir@ -lglib
+      echo -L@libdir@ -lglib-@LT_RELEASE@
       ;;
     *)
       echo "${usage}" 1>&2